Skip to main content

All Questions

1vote
1answer
1kviews

Starting an activity after 1000ms from a splash screen with Runnable and Handler().postDelayed

I have implemented a splash screen which is the main activity of my Android app. This splash screen shows an image, and after 1000ms there is an animation to show another activity's layout. The code ...
JarsOfJam-Scheduler's user avatar
2votes
1answer
6kviews

Animating multiple views in Android efficiently

I am currently making an application where the user will launch the app and the first this we see is the app logo fade in at the center of the screen. After about a second, the logo will translate up ...
Alexiz Hernandez's user avatar

close